home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / ip / ka9q / MNetsrc.hqx / Mac TCP_IP Source v.33 / trace.h < prev    next >
Text File  |  1989-01-13  |  354b  |  18 lines

  1. /* Definitions for packet dumping */
  2.  
  3. /* List of tracing functions for each interface. Entries are placed in
  4.  * this table by the driver at attach time
  5.  */
  6. extern int (*tracef[])();
  7.  
  8. #define    TRACE_AX25    0
  9. #define    TRACE_ETHER    1
  10. #define    TRACE_IP    2
  11. #define TRACE_APPLETALK 3
  12. #define    NTRACE        4
  13.  
  14. #define    TRACE_SENT    0
  15. #define    TRACE_RECV    1
  16. #define    TRACE_LOOP    2
  17.  
  18.